Add Sun mediaLib support so that hardware acceleration via mediaLib is
authorBrian Cameron <brian.cameron@sun.com>
Wed, 16 May 2007 01:35:51 +0000 (01:35 +0000)
committerBrian Cameron <bcameron@src.gnome.org>
Wed, 16 May 2007 01:35:51 +0000 (01:35 +0000)
commit94dcec33c18664b4bc6e8e595c94e33a664b2ec2
tree74c07b0732174019faefd2c5d377d3f4ced0c5ae
parent5e9e9fe4e0fe1e75f0da025ada55358cce5d4d9f
Add Sun mediaLib support so that hardware acceleration via mediaLib is

2007-05-16  Brian Cameron  <brian.cameron@sun.com>

        * acconfig.h, configure.in, gdk/Makefile.am, gdkprivate.h, gdkrgb.c,
          gdkdraw.c, gdk-pixbuf/gdk-pixbuf-scale.c,
          gdk-pixbuf/pixops/Makefile.am, gdk-pixbuf/pixops/pixops.[ch],
          gdk-pixbuf/pixops/timescale.c:  Add Sun mediaLib support so that
          hardware acceleration via mediaLib is enabled if mediaLib is
          detected via configure.  Enhancement request #344813.  I was given
          permission to commit in the bug report by Matthias Clasen.
        * gdk/medialib.[ch]: New files added for mediaLib support.
        * docs/reference/gdk-pixbuf/tmpl/scaling.sgml,
          docs/reference/gdk/tmpl/rgb.sgml, gdk/gdkdraw.c:  Add docs for
          mediaLib support.

svn path=/trunk/; revision=17855
14 files changed:
ChangeLog
acconfig.h
configure.in
docs/reference/gdk-pixbuf/tmpl/scaling.sgml
docs/reference/gdk/tmpl/rgb.sgml
gdk-pixbuf/gdk-pixbuf-scale.c
gdk-pixbuf/pixops/Makefile.am
gdk-pixbuf/pixops/pixops.c
gdk-pixbuf/pixops/pixops.h
gdk-pixbuf/pixops/timescale.c
gdk/Makefile.am
gdk/gdkdraw.c
gdk/gdkprivate.h
gdk/gdkrgb.c